home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / ban < prev    next >
Text File  |  2006-05-02  |  803b  |  25 lines

  1.  
  2. BAN %|[<channel>] [<nicks>]
  3. BAN %|[-normal | -user | -host | -domain | -custom <type>] <nicks/masks>
  4.  
  5. Bans the specified nick or userhost mask.
  6.  
  7. If nick is given as parameter, the ban type is used to generate the ban mask. /SET ban_type specified the default ban type. Ban type is one of the following:
  8.  
  9.     Normal - *!*user@*.domain.net
  10.     User   - *!*user@*
  11.     Host   - *!*@host.domain.net
  12.     Domain - *!*@*.domain.net
  13.     Custom [nick] [user] [host] [domain]
  14.  
  15. Examples:
  16.     /BAN looser       - Bans the nick 'looser'
  17.     /BAN -host looser - Bans the host of nick 'looser'
  18.     /BAN *!*@*.org    - Bans all the users coming from any .org domain.
  19.  
  20.     /SET ban_type custom nick domain - nick!*@*.domain.net
  21.     /SET ban_type custom user host   - *!user@host.domain.net
  22.  
  23. See also: KNOCKOUT, KICKBAN
  24.  
  25.